home *** CD-ROM | disk | FTP | other *** search
/ HamCall (April 1991) / HAMCALL CD-ROM (Buckmaster)(April 1991).BIN / amateur / g8bpq / appls.doc < prev    next >
Text File  |  1990-10-14  |  2KB  |  49 lines

  1.         Application Support for G8BPQ Switch
  2.  
  3.  
  4. Until now, the switch has supported connects to two sets of application
  5. programs. The first is the BBS, obtained by connecting to the BBS call/alias,
  6. or connecting to the switch end entering BBS. The second is the SYSOP,
  7. obtained by entering the 'C' command without a callsign from the switch. The
  8. commands CONOK ON or HOSTOK ON had to be sent by the program, to indicate 
  9. that the TNC port was available. From Version 3.20, up to 8 applications 
  10. are supported. The first two are as above, the third is reserved for remote 
  11. SYSOP access, and the other 5 are available for your own applications. The
  12. list of application names is given in the APPLICATIONS= param in the config
  13. file, and is a string of up to 8 names of up to 12 chars each, separated by
  14. commas. The names will be listed to the user, along with the normal commands
  15. in the 'available commands' prompt, obtained by entering ?. The user enters
  16. the Application name to connect to it, in the same way as he can enter BBS to
  17. connect to the BBS. Nothe that, for the moment at least, these additional
  18. applications do not have there own callsign/alias, so must be accessed via 
  19. the switch. (but you could rename the first application if you really want
  20. to!).
  21.  
  22.  
  23. The application program must use the COMBIOS interface to a normal (ie not 
  24. host mode) TNC. If you want more than one concurrent user, you can either
  25. run multiple copies, or write the program to support several users. The
  26. program must send two commands to the virtual TNC:-
  27.  
  28.     APPL $NN
  29.  
  30. Where NN has a bit set corresponding to the appl. number. eg $01 for BBS,
  31. $08 for 4th appl. More than one can be set, allowing the port to support 
  32. more than one application, but as the program has no way of knowing which
  33. one the user entered, it isn much help. Note the the default is $01, so
  34. existing BBS applications will still work.
  35.  
  36.  
  37.     CONOK ON
  38.  
  39.  
  40. To indicate port is ready to accept connects.
  41.  
  42.  
  43.  
  44. I hope to have the 'REMOTE SYSOP' system available in a few weeks, and will
  45. write a skeleton example application program as soon as I find the time. In
  46. the meantime I would appreciate and comments and suggestions for improvement
  47. that you may have.
  48.  
  49.